Over the years, especially before there were local variables, I created a whole series of global variables. Plus, there are a bunch that I still create as it is easier than passing parameters (at least for me).
When I searched for this all I found was how to delete a list of variables, so I'm posting this here for those who would like to clean out all global variables at once. Obviously, use this with caution.