How to remove the WooCommerce Product->Category thumbnail from admin [closed]

Add lower priority to your action, then it should work. (At least it worked on my local WP sandbox)

add_filter( 'manage_edit-product_cat_columns', 'myRemoveProductCategoryColumns', 99 );