How to remove br and p tags from bbPress

Take a look in here, not sure if this will accomplish what you’re looking to do (the existing posts) but it should stem the tide going forward:

http://codex.wordpress.org/Function_Reference/wpautop

You’re looking for something like this I think:

remove_filter( 'the_content', 'wpautop' );

This plugin also does something like that, though I’ve never used it:

http://wordpress.org/plugins/wpautop-control/