'How to delete Postgres on Mac

I deleted postgres on my my. However the "postgres" user is not gone. I tried with

sudo rm -rf /var/lib/postgresql
sudo rm -rf /var/log/postgresql/
sudo rm -rf /etc/postgresql/

I don't know why PostgreSQL still appears.

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source