There is MigrationBuilder method for doing just that:
MigrationBuilder
migrationBuilder.DropSchema("myschema");
should be safe to be used from EF, though I did not test it myself yet.