Took a better look at this, and found that /var/log/… using almost 4GB of space.
bill@bill-MS-7B79:~$ du -sh /var/log/journal/
3.8G /var/log/journal/
bill@bill-MS-7B79:~$
Googled and found, an example that deleted 2 days of old logs. I had so many log files that I tried deleting 10 days!
bill@bill-MS-7B79:~$ sudo journalctl --vacuum-time=10d
... delete messages
bill@bill-MS-7B79:~$
bill@bill-MS-7B79:~$ du -sh /var/log/journal/
105M /var/log/journal/
bill@bill-MS-7B79:~$
Ahhhh… I can breath again!