Hello Jeff, and welcome to the forum.
If any GPIO pins are not connected to external circuitry, and have not been properly initialised, there will be extra current draw due to inputs that are left floating. After POR, all GPIO pins are inputs. To minimize the current draw, either enable pullups, or alternatively set each unused pin for output.
If you happen to be using a package with reduced number of pins, for the particular device, the unpinned GPIO must always be initialised in the above manner.
Regards,
Mac