Ok, I like the look of the quick and easy grep version. I had to modify it slightly because it was picking up entries in earlier months which had June, Juniper, Juno somewhere on the line.
I did this:
grep "Jun/2001" access.log >temp_log
mv temp_log access.log