diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md
index 5a41000..2ce0c55 100644
--- a/Frequently-Asked-Questions.md
+++ b/Frequently-Asked-Questions.md
@@ -13,7 +13,6 @@
* [I'm developing a custom solution based on PDF.js core library. Can you help me?](#custom)
* [What is a latest stable version of PDF.js?](#version)
* [What types of PDF files are slow in PDF.js? Can I optimize a PDF file to make PDF.js faster?](#optimize)
-* [Is it possible to use PDF.js to extract images as files from the PDFs?](#images)
## Can I specify a different PDF in the default viewer?
@@ -169,7 +168,4 @@ Typically, PDFs with a smaller file size will be rendered faster and it depends
3. Avoid using expensive compositions/effects such as transitions/masking -- flatten transparency;
4. Avoid using PDF generators (or don't create content) that produce ineffective PDF output (e.g. LibreOffice creates a lots of tiny images for vector elements/pictures it does not understand);
5. If there is such a setting, use web-optimized PDF output / linearization;
- 6. Fix or don't produce corrupted PDFs that do not conform to the PDF32000 specification.
-
-
-## Is it possible to use PDF.js to extract images as files from the PDFs?
\ No newline at end of file
+ 6. Fix or don't produce corrupted PDFs that do not conform to the PDF32000 specification.
\ No newline at end of file