Fix My Custom Function: Remove Automatic

If I’m understanding your question correctly, I think adding remove_filter( 'the_excerpt', 'wpautop' ); around when you have add_filter('excerpt_length', 'Excerpt::new_length'); does what you’re looking for.