use css, usually within skin/theme/child/cssYou can achieve this by following CSS tricks.
Add below CSS rules in skin/theme/child/css or skin/theme/default/css in your custom css file, insert:skin/theme/default/css
/*add to cart button*/ .products-grid .button.btn-cart { display : none ; }