I had adsense code in too many pages to change all the code, what I did was removing the added tags in the database:
Remove the first part:
UPDATE wp_posts
SET post_content
= REPLACE( post_content, ‘// <![CDATA[‘, ” )
Remove the second part:
UPDATE wp_posts
SET post_content
= REPLACE( post_content, ‘// ]]>’, ” )