unfortunately that didn't remove the scroll bar. i'm open to just removing those variant thumbnails in general as long as it doesn't effect other functionality. I tried the below in Design > Custom CSS and it did not work.
.ProductItem-gallery-thumbnails {
display: none;
}