Well, if you want to decrease your ARC, you need to free the already allocated memory.
https://linux-mm.org/Drop_Caches
Running that drop_caches command _should_ free the reclaimable RAM from the ARC. There are some deficiencies in the ZFS on Linux memory management though, which could cause...