How to stop unwanted splits in excerpts when using shortcodes for sliders or players

Add remove_filter('get_the_excerpt', 'bwp_trim_excerpt');, or whatever you’ve named your callback, just before the slideshow runs and add it back after.

Without the actual code for both your callback and the slider I don’t think I can do better.