How can I remove photos from my product page on Narrative theme?

Hello everyone I am using the narrative theme for an upcoming brand i am developing and I would lie some photos removed completely from the product page. As i dont see any use for the and it puts off the product page. Any help wouldd be greatly appreciated.

Above^ and the photos on the website that are located below it.

WEBSITE: pupcouch.com

PASSWORD: rawbru

all 5 images on the bottom part of the product page would be removed.

@MICHAELMILLER12

  1. Go to Online Store->Theme->Edit code

  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.product__submedia-list { display: none !important;}

Thanks!

hii, @MICHAELMILLER12
paste this code on top of the theme.scss file.

.product__submedia-list-item {
    display: none !important;
}

Thank You.