Update: I think this code is not working
/**
* Remove RPWE thumbnails size creation
*/
function rpwe_remove_image_size() {
remove_image_size( 'rpwe-thumbnail' );
}
add_action( 'init', 'rpwe_remove_image_size' );
it seems to still be creating a thumbnail 45px x 45px how can I stop this??