Removing "add To Cart" On Thumbnails In Category

I'm 99% sure this is a setting and I just can't find it. How do I remove the "Add to Cart" Button on the thumbnails of products in Categories and Search?

I've attached a screenshot showing where I mean.

I think there's a setting in the admin panel I've seen before and can't find now. I appreciate if anybody knows this answer.

Thanks for the help everyone!

No files were attached. Please correct

Oops. Thanks for helping me with this. You can see the "Add to Cart" button that appears when hovering over a product in search and categories here: https://ibb.co/xmzSKGh

Or if you just go to any category on our website you will see when you hover over the product "Add to Cart" button appears: https://goimagine.com/bath-and-beauty/

We don't want buyer to be able to add products to their cart from the category page. We want them to open the product first before they add it to their cart. Does that make sense?

You can add the following code to the CSS section of the Theme editor

.ty-grid-list__control .ty-btn__primary {
    display: none !important;
}