This code snippet will remove product images from the product loop item displayed on the product archive pages (categories/shop page/anywhere where products are shown).
/**
* Snippet Name: WooCommerce Remove Product Images From Archive Loop Items
* Snippet Author: ecommercehints.com
*/
remove_action('woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );