Bluevoss wrote:
[. . .]
Is there a way to clear this out at the beginning of the game? (I don't want to specifically unsee specific things. I want to start the game fresh in the first section).
You've got the built-in "Restart" link at the top of the browser page. I assume that clears everything. If you don't want to have that available, you can try:
squiffy.story.restart();
or
squiffy.story.begin();
I see these in the "story.js" file, but I don't know JS well enough to be sure about what all they do.