HTML comments show up in the source, so what if you want to remove text from the page without actually deleting it from the files?

<?php if (false) {?>
  (content to be removed…)
<?php } ?>