When you startup airflow, make sure you set:
load_examples = False
inside your airflow.cfg
If you have already started airflow with this not set to false, you can set it to false and run airflow resetdb in the cli (!which will destroy all current dag information!).
Alternatively you can go into the airflow_db and manually delete those entries from the dag table.