I used it in a situation for a page template where the_content displayed an embedded flash movie. no need for p tags! ??
Hey! that was exactly the problem I was having until I read your post! thanks for sharing, it was very helpful!
I used:
<?php remove_filter ('the_content', 'wpautop'); ?>
And worked like a charm! ?? Thanks again.