I believe you'll have to explicitly define privileges for access to individual table.
Of course, revoke implicit schema if you do not want the user to create objects under new schema ..
But once you grant DBADM, then the user implicitly becomes a super-power in the db and you will not be able to revoke a specific privilege(implicit schema) as you have mentioned
HTH
Sathyaram