Hide the thumbnails of variant images on the product page.
- Add a class of 'variant-image' to the wrapper of each thumbnail that is a variant image. See first product.liquid snippet.
- Hide all .variant-image elements with CSS in the theme's stylesheet. See second style.scss.liquid snippet.