diff --git a/docs/future_work.md b/docs/future_work.md
deleted file mode 100644
index 3b210de0..00000000
--- a/docs/future_work.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# Future Work
-
-## Short Term
-
-* Adding more RCE plugins. See the
- [tsunami-security-scanner-plugins repo](https://github.com/google/tsunami-security-scanner-plugins).
-* Adding a web application fingerprinter for better plugin matching logic.
-
-## Long Term
-
-### Language Agnostic Plugins
-
-More details to follow.
-
-The main goal is to allow plugin authors to write Tsunami plugins in any
-language they want. The design idea is to enable RPC communications between the
-scanner and plugins. Similar implementation is NeoVim's plugin architecture.
-
-### Dynamic Scanning Orchestration
-
-More details to follow.
-
-Currently Tsunami follows a hard coded 2-step workflow. If we want to add more
-steps or support more plugin types in the workflow, we have to make code changes
-to the scanner.
-
-The main goal of a Dynamic Scanning Orchestra is to allow users to simply drop
-any type of plugins into the plugin pool and Tsunami will still be able to
-execute it without modifying the scanner code.
-
-How this could be implemented is still TBD, but the idea is to compile an
-execution graph when the scanner starts, based on the input/output data
-dependencies across all installed plugins.
diff --git a/docs/index.md b/docs/index.md
index 1a39677a..5ffd69ea 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -43,7 +43,3 @@ See [Tsunami Scan Orchestration](orchestration.md).
## Naming
The name "Tsunami" comes from the fact that this scanner is meant be used as part of a larger system to warn owners about automated "attack waves". Automated attacks are similar to tsunamis in the way that they come suddenly, without prior warning and can cause a lot of damage to organizations if no precautions are taken. The term "Tsunami Early Warning System Security Scanning Engine" is quite long and thus the name got abbreviated to Tsunami Scanning Engine, or Tsunami. Hence, the name is not an analogy to tsunamis itself, but to a system that detects them and warns everyone about them.
-
-## Future Work
-
-See [Future Work](future_work.md).