Remove all custom excerpts in WordPress with a simple PHP command. Add this to functions.php and reload the site. REMEMBER to remove this code after running it!
<?php $wpdb->query( "UPDATE wp_posts SET post_excerpt='' " ); ?>