I don’t know why this works but I put these two blocks together and got rid of the magnifying glass.
I could not remove the magnifying glass from the image otherwise.
/* hide woocommerce magnifier icon */
.single-product .single-product-main-image .woocommerce-product-gallery__trigger {
display: none!important;
}
.single-product .single-product-main-image .avia-wc-30-product-gallery-lightbox {
display: none !important;
}