The /var partition was filling up with gigs of space in /var/spool/abrt — crash dumps. Luckily there’s a quick CLI command to review the dumps and remove any you don’t want to investigate farther.
abrt-cli rm /var/spool/abrt/*
You can use rm -f to avoid being prompted to confirm each deletion.