Inside the script, create the variables bodyElement and paragraph, to store the parent and the child we want to remove.
script
bodyElement
paragraph
Make sure to pick var, followed by bodyElement, and finally var paragraph.
var
var paragraph