Custom theme: adding unwanted tags in the content

Try this instead:
remove_filter (‘the_content’, ‘wpautop’);

You can also look at your page.php or template file and investigate which elements/tags are being used.

Hope this helps!