Remove the heading from within the div by coding div.removeChild(), and the value heading.
div
div.removeChild()
heading
Make sure to type div.removeChild(heading).
div.removeChild(heading)