This snippet shows you how you can remove the sale badge on both the product archive loop item (which usually appears on top of the image or just below the product title. It also removes the sale badge shown on the single product template.
/**
* Snippet Name: WooCommerce Remove Sale Badge
* Snippet Author: ecommercehints.com
*/
add_filter( 'woocommerce_sale_flash', '__return_null' );