How to uninstall clamav

Change

CLAMD = yes
to CLAMD = no

.ifdef CLAMD
av_scanner = clamd: /var/run/clamav/clamd.ctl
.endif

with

.ifdef CLAMD
#av_scanner = clamd: /var/run/clamav/clamd.ctl
.endif

systemctl restart exim4.service

And it should work fine