Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.single-product .x-comment-img {
display: none;
}
.single-product #reviews article.comment {
margin-left: 0;
}
Note that the second block of code is to remove the space for the image. So if you want the space there, you can remove the code.
Hope this helps.
Cheers!