Hello rangelobb
Yes it's possible. You delete the image in the product sheet if there is one and You have to add a small script in the " Head " of the catalog page.
<style>
img {
display : none !important;
}
</style>
Edit : You see the result after publication or in local view.
Cordially